-
Notifications
You must be signed in to change notification settings - Fork 0
Layout polish, About improvements, and site-wide component refactors #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#4) This PR adds a bunch of improvements to help keep the codebase clean and consistent.
… and between given position and responsibility
…t in About component Refactored the static informational paragraphs into a dynamic Accordion component.
…for better visibility
04947b4
to
8291ef3
Compare
…eler" This reverts commit c6fda59.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TL;DR
This merge brings a bunch of nice-to-haves: a tighter layout, better component reuse, a friendlier About section, and smoother CI + linting. Mostly polish and cleanup with some new bits sprinkled in 🌟
Summary of Changes
About section revamp
Converted long paragraphs into an interactive accordion layout for a cleaner, more readable experience.
New highlight components
Added a
StrikeHighlight
for strikethrough-style highlights and refined padding in the existingHighlighter
.Component cleanup
Introduced a shared
RecordTile
for experience and education entries to reduce duplication and improve consistency.Style updates
Polished tile layouts with better spacing, hover-revealed logos, and improved bullet lists.
Breakpoint rename
Renamed
isDesktop
toisTablet
to more accurately reflect the 768px breakpoint.Linting and formatting CI
Set up full linting (ESLint + Prettier), Tailwind class sorting, and type checking — all automated via GitHub Actions and pre-commit hooks.
Pre-commit workflow
Integrated
husky
andlint-staged
to ensure code quality before commits hit the repo.MDX support
Added
mdx-js
to enable rendering.mdx
files in the future.Dependency updates
Bumped project dependencies to keep things up to date.